home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sounds Terrific 2
/
Sounds Terrific II (1996)(Weird Science)(Disc 1 of 2)[Amiga-PC].iso
/
archives
/
amiga
/
tracker_4_31.lzh
/
tracker
/
Amiga
/
config.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-03
|
622b
|
40 lines
/* config.h
vi:ts=3 sw=3:
*/
/* Configuration for the current platform */
//#define MWDEBUG 1
//#include "memwatch.h"
//#include "stdlib.h"
#include <stdio.h>
extern FILE *popen(char *command, char *mode);
extern void pclose(FILE *f);
#define SPECIAL_SAMPLE_MEMORY
#define P(args) args
/* #define P(x) () */
#define ID(x)
/* #define ID(x) LOCAL char *id= x ; */
/* #define USE_AT_EXIT */
#define KLUDGE_TAG
/* #define GZIP */
/* #define FORKING */
/* #define void */
typedef void *GENERIC;
/* typedef char *GENERIC; */
#ifdef AMIGA
#else
#ifdef __386BSD__
#else
#define MALLOC_NOT_IN_STDLIB
#endif
#endif